{
	"format_version": "1.16.0",
	"minecraft:entity": {
		"description": {
			"identifier": "l4gg:tank_proxy",
			"is_summonable": true,
			"is_spawnable": false,
			"is_experimental": false
		},
		"components": {
		    "minecraft:type_family": {
				"family": [
				    "l4gg-tank-proxy"
				]
			},
			"minecraft:damage_sensor": {
				"triggers": [
				  {
					"on_damage": {
					  "filters": {
						"all_of": [
						  {
							"test": "is_family",
							"subject": "damager",
							"operator": "!=",
							"value": "at"
						  }
						]
					  }
					},
					"deals_damage": false
				  }
				]
			  },      "minecraft:damage_sensor": {
				"triggers": [
				  {
					"on_damage": {
					  "filters": {
						"all_of": [
						  {
							"test": "is_family",
							"subject": "damager",
							"operator": "!=",
							"value": "at"
						  }
						]
					  }
					},
					"deals_damage": false
				  }
				]
			  },
			"minecraft:inventory": {
				"container_type": "inventory",
				"inventory_size": 36,
			    "restrict_to_owner": true
			},
			"minecraft:persistent": {},
			"minecraft:physics": {
				"has_collision": false,
				"has_gravity": false
			},
			"minecraft:custom_hit_test": {
				"hitboxes": [
					{
						"pivot": [
							0,
							100,
							0
						],
						"width": 0,
						"height": 0
					}
				]
			},
			"minecraft:damage_sensor": {
				"triggers": {
					"deals_damage": false
				}
			},
			"minecraft:pushable": {
				"is_pushable": false,
				"is_pushable_by_piston": false
			},
			"minecraft:health": {
				"min": 1,
				"max": 1,
				"value": 1
			},
			"minecraft:collision_box": {
				"width": 0.0001,
				"height": 0.0001
			}
		},
		"component_groups": {
			"adn:despawn": {
				"minecraft:instant_despawn": {}
			}
		},
		"events": {
			"adn:despawn": {
				"add": {
					"component_groups": [
						"adn:despawn"
					]
				}
			}
		}
	}
}